projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150d066
)
Update admins make-manuals for new output variable
author
Glenn Morris
<rgm@gnu.org>
Sun, 28 Feb 2021 22:26:46 +0000
(14:26 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 28 Feb 2021 22:28:34 +0000
(14:28 -0800)
* admin/admin.el (make-manuals-dist-output-variables):
Add abs_top_builddir.
admin/admin.el
patch
|
blob
|
history
diff --git
a/admin/admin.el
b/admin/admin.el
index d032c1ceb854010026bc005de06d099ce9bddc15..704c38d6f9143122d16d9d7c5c3a544029f522ad 100644
(file)
--- a/
admin/admin.el
+++ b/
admin/admin.el
@@
-665,6
+665,7
@@
style=\"text-align:left\">")
\f
(defconst make-manuals-dist-output-variables
'(("@\\(top_\\)?srcdir@" . ".") ; top_srcdir is wrong, but not used
+ ("@abs_top_builddir@" . "../../") ; only for in-tree builds
("^\\(\\(?:texinfo\\|buildinfo\\|emacs\\)dir *=\\).*" . "\\1 .")
("^\\(clean:.*\\)" . "\\1 infoclean")
("@MAKEINFO@" . "makeinfo")